From 385a2398cecf073606abae89e351e5fb0e7f640c Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 21 May 2012 17:26:43 -0400 Subject: [PATCH] button: fix variable name in function declaration Or gtk-doc/introspection scanners will complain. --- gtk/gtkbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index 96f500036b..e97ad5f01e 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -118,7 +118,7 @@ void gtk_button_set_image_position (GtkButton *button, GtkPositionType gtk_button_get_image_position (GtkButton *button); void gtk_button_set_always_show_image (GtkButton *button, gboolean always_show); -gboolean gtk_button_get_always_show_image (GtkButton *image_menu_item); +gboolean gtk_button_get_always_show_image (GtkButton *button); GdkWindow* gtk_button_get_event_window (GtkButton *button); -- 2.30.2